Fix attempted inclusion of local headers with system brackets.
authorJohn Ralls <jralls@ceridwen.us>
Mon, 22 Apr 2013 22:40:03 +0000 (15:40 -0700)
committerJohn Ralls <jralls@ceridwen.us>
Mon, 22 Apr 2013 22:48:34 +0000 (15:48 -0700)
gdk/quartz/gdkdevicemanager-core-quartz.h
gdk/quartz/gdkdnd-quartz.h

index 8455b40e104391f6a0506a6628adee885880ee8d..db054ad6852ae6f5c02b1a555a01d2aaa04f627d 100644 (file)
@@ -21,7 +21,7 @@
 #define __GDK_QUARTZ_DEVICE_MANAGER_CORE__
 
 #include <gdkdevicemanagerprivate.h>
-#include <gdkquartzdevicemanager-core.h>
+#include "gdkquartzdevicemanager-core.h"
 
 G_BEGIN_DECLS
 
index b54108321f1212ffb7532f9094671da6d57fa919..990904e7606656c33cec43600f115a1ad99c1681 100644 (file)
@@ -21,7 +21,7 @@
 #define __GDK_QUARTZ_DND__
 
 #include <gdkdndprivate.h>
-#include <gdkquartzdnd.h>
+#include "gdkquartzdnd.h"
 
 #include <AppKit/AppKit.h>